home *** CD-ROM | disk | FTP | other *** search
- Path: pegasus.odyssee.net!news
- From: imaze@odyssee.net (Marc Mazerolle)
- Newsgroups: comp.lang.c++
- Subject: Re: New to this group !
- Date: Sun, 25 Feb 1996 04:59:44 GMT
- Organization: Odyssee Internet
- Message-ID: <4gopiq$jul@pegasus.odyssee.net>
- References: <4gmt6f$ogq@nms.telepost.no>
- Reply-To: imaze@odyssee.net
- NNTP-Posting-Host: pool21_10.odyssee.net
- X-Newsreader: Forte Free Agent v0.55
-
- rsyverts@telepost.no (R.S.) wrote:
-
- >Hello !
-
- >I am new to this group, and have just started programing C++.
-
- >I am making a very little screensaver, and get the error-message:
-
- >Compiling R_TEST3.C:
- >Linking BIN\R_TEST3.EXE:
- >Linker Error: Group DGROUP exceeds 64K
- >
- >Can someone help me ? Please send me e-mail....
-
- >==========================================================================
- >R. Syvertsen
-
- >E-mail: rsyverts@telepost.no
- >Home-page: http://home.sol.no/rsyverts/ <--- Public-key
- >PGP fingerprint = C7 EC 27 AD 56 D5 E6 7B 10 FF A0 3B B7 EB BA E2
- >==========================================================================
-
- The last time we got that message, it was a huge program with many
- strings in it. DGROUP is the DATA GROUP from what we figured. Removing
- strings into files (a little like .INI files) solved our problem.
-
-